Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/125 - Check your Os and Browser/

Readme /cody/swapnilsparsh/30DaysOfJavaScript/125 - Check your Os and Browser/Readme
299 Views
0 Comments
Project that will help you to know you browser and os on which you are working on.
steps:
1. Just load this file in the browser
index.html /cody/swapnilsparsh/30DaysOfJavaScript/125 - Check your Os and Browser/index.html
467 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

script.js /cody/swapnilsparsh/30DaysOfJavaScript/125 - Check your Os and Browser/script.js
229 Views
0 Comments
let browserDetailsRef=document.getElementById("browser-details");
let osDetailsRef= document.getElementById("os-details");
var b
style.css /cody/swapnilsparsh/30DaysOfJavaScript/125 - Check your Os and Browser/style.css
157 Views
0 Comments
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
background-color: #090221;
}